home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / td_280.zip / PROTOCOL.LST < prev    next >
File List  |  1993-01-16  |  2KB  |  43 lines

  1. '
  2. ' The protocol.lst file and what it does:
  3. '
  4. ' First thing to take note of is this; all lines that begin with a rem
  5. ' character are totally ignored my TAPEDOOR. Use these lines anywhere in this
  6. ' file, as notes to yourself or instructions to others that may edit your
  7. ' setup.
  8. '
  9. ' Second thing to take note of; all lines that begin with a semi-colon will be
  10. ' interperted as comments destined for your users of TAPEDOOR. Makes a nice way
  11. ' to pass alone special information to your users. These comments MUST be
  12. ' placed at the END of the protocol.lst file. Trying to insert them anywhere
  13. ' else will cause sever problems with the way that TAPEDOOR works!
  14. '
  15. '
  16. ' Now, the format of the rest of this file.
  17. '
  18. ' The various protocols are setup in two lines. First line contains the
  19. ' protocol description that you wish your users to see. Second line contains
  20. ' the actuall command line to execute that protocol. ONLY batch capable
  21. ' protocols are supported in this version of TAPEDOOR!
  22. '
  23. ' In the command line (line #2) you may edit in the port number and baudrate,
  24. ' if you so desire. If you would rather TAPEDOOR insert the parameters found
  25. ' in the drop file, use %PORT% and %SPEED% where needed.
  26. '
  27. '
  28. '
  29. Ymodem Batch
  30. D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sb
  31. '
  32. Zmodem Batch
  33. D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz
  34. '
  35. Zmodem Batch with Moby Turbo
  36. D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz -m
  37. '
  38. Zmodem Batch with RLE compression
  39. D:\max\protocol\dsz F port %PORT% speed %SPEED% ha both sz -Z
  40. ;
  41. ; Some options available to register DSZ users only...
  42. ;
  43.